Hopefully fixes https://bugzilla.gnome.org/show_bug.cgi?id=760331
Added the .osd style class to the progressbar docs.
* # CSS nodes
*
* |[<!-- language="plain" -->
- * progressbar
+ * progressbar[.osd]
* ╰── trough
* ├── [text]
* ╰── progress[.pulse]
* is shown. The progress subnode has the style class .pulse when in activity
* mode. It gets the style classes .left, .right, .top or .bottom added when
* the progress 'touches' the corresponding end of the GtkProgressBar.
+ * The .osd class on the progressbar node is for use in overlays like the one
+ * epiphany has for page loading progress.
*/
#define MIN_HORIZONTAL_BAR_WIDTH 150
&:backdrop progress { @extend %scale_highlight:backdrop; } // states not passed here as well
- &.osd {
+ &.osd { // progressbar.osd used for epiphany page loading progress
min-width: 3px;
min-height: 3px;
+ background-color: transparent;
+
trough {
border-style: none;
border-radius: 0;
border-bottom-left-radius: 2px; }
progressbar.osd {
min-width: 3px;
- min-height: 3px; }
+ min-height: 3px;
+ background-color: transparent; }
progressbar.osd trough {
border-style: none;
border-radius: 0;
border-bottom-left-radius: 2px; }
progressbar.osd {
min-width: 3px;
- min-height: 3px; }
+ min-height: 3px;
+ background-color: transparent; }
progressbar.osd trough {
border-style: none;
border-radius: 0;